| Fully Qualified Name: | Laminas\Soap\Wsdl\ComplexTypeStrategy\AbstractComplexTypeStrategy |
| Implements: | ComplexTypeStrategyInterface |
Abstract class for Laminas\Soap\Wsdl\Strategy.
| Name | Description | Defined By |
|---|---|---|
| getContext() | Return the current WSDL context object | AbstractComplexTypeStrategy |
| scanRegisteredTypes() | Look through registered types | AbstractComplexTypeStrategy |
| setContext() | Set the WSDL Context object this strategy resides in. | AbstractComplexTypeStrategy |
| setDocumentationStrategy() | Sets the strategy for generating complex type documentation | AbstractComplexTypeStrategy |
Return the current WSDL context object
Returns: \Wsdl
Look through registered types
| Parameter Name | Type | Description |
|---|---|---|
| $phpType | string |
Returns: null|string
Set the WSDL Context object this strategy resides in.
| Parameter Name | Type | Description |
|---|---|---|
| $context | \Wsdl |
Returns:
Sets the strategy for generating complex type documentation
| Parameter Name | Type | Description |
|---|---|---|
| $documentationStrategy | \DocumentationStrategyInterface |
Returns: void